Skip to main content

Renewal System Configuration


Add this line to your system's crontab in order to run the renewal script daily.

crontab -e # Pick '1' if prompted

Then, paste this line and exit after:

0 0 * * * php /var/www/jexactyl/artisan p:schedule:renewal >> /dev/null 2>&1
INFO

Congrats! Renewals have been configured and should be functioning normally. If you encounter any issues, please let us know on our Discord.